Attaches a FileAttachment to an existing Order.
| Post | api/order/fileAttachment/post/{orderID} | 
Resource Path: /sites/{company-id}/api/order/fileAttachment/post/{orderID}
Uri: https://secure.ontime360.com/sites/{company-id}/api/order/fileAttachment/post/{orderID}
| Name | Description | Data Type | 
|---|---|---|
| orderID | The unique identifier of the Order as a Guid. | string | 
The request body is of type FileAttachment.
|  | FileAttachment 
 Represents a comprehensive FileAttachment record within the OnTime API. 
 
 
 
 | 
The response body is of type object.
Returns the created FileAttachment object.| Fault | Description | 
|---|---|
| 400 | Indicates that the newly created unique identifier references an existing FileAttachment record. Request must be repeated in this case. | 
| 401 | Authorization key is invalid or no longer exists. | 
| 403 | Authorization key does not have permission to perform this action, or does not have permission to access the requested data. |